home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 83
/
(Vol 83) My Disc.iso
/
Games
/
drying.swf
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-08-08
|
417b
|
18 lines
strCardUrl = _url;
n4MaxLoopCount = 10;
n4LoopCount = 0;
ADSDefault = "http://cdn.dearyou.com/ads/default/";
strLoadingFileName = "loading.swf";
strCopyrightFileName = "copyright_forWhite.swf";
strReplayFileName = "replay.swf";
if(length(ADSSender) > 0)
{
ADSSender = unescape(ADSSender);
ADS = "";
this.loadVariables(ADSSender);
}
else if(length(ADS) <= 0)
{
ADS = escape(ADSDefault);
}